Welcome![Sign In][Sign Up]
Location:
Search - vc ado sqlserver

Search list

[ADO-ODBCsql

Description: 数据库浏览程序,能打开和浏览SQL SERVER、ACCESS数据库 VC ADO ACCESS SQLSERVER 数据库 SQL SERVER
Platform: | Size: 86670 | Author: 王力 | Hits:

[Database systemado封装类

Description: VC下的ADO编程封装类。可灵活方便的应用于VC下的ADO编程-VC under the category ADO programming package. Flexibility can be applied to the VC under the ADO programming
Platform: | Size: 29696 | Author: 孟祥增 | Hits:

[ADO-ODBCVC中操作ADO数据库资料

Description: VC编程封装ADO类 VC中利用ADO共同实现数据库的操作 在VC中使用ADO开发数据库应用程序 用C++访问SQLServer2000的实例-VC ADO programming package type VC ADO common database operations using the VC ADO database application development using C visit examples of CRM
Platform: | Size: 26624 | Author: 大圣 | Hits:

[ADO-ODBCDBFCon

Description: 一个DBF库读写类CDBFOperate,一个利用ADO SQLServer操作的类CSQLOperate,源代码请参照DBFcon.cpp和SQLOperato.cpp。-a literacy class for DBF CDBFOperate, an ADO SQLServer category CSQLOperate operations, please refer to the source code and SQLOperato.cpp DBFcon.cpp.
Platform: | Size: 14336 | Author: 申屠航兵 | Hits:

[Education soft systemnewxuejigl

Description: 学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息-err
Platform: | Size: 2314240 | Author: 陈浩 | Hits:

[Database systemado_dll

Description: 这是我开发的利用vc++的ado接口连接并操作sqlserver和oracle的dll动态库。数据库的参数从配置文件pb.ini读取-This is what I use to develop vc++ The ado interface connector and operates sqlserver and oracle of the dynamic library dll. Database parameters pb.ini read from the configuration file
Platform: | Size: 61440 | Author: 侯健 | Hits:

[ADO-ODBCsql

Description:
Platform: | Size: 86016 | Author: 王力 | Hits:

[SQL ServerVC6.0SQLServer

Description: 详细讲述了数据库编程,包括ADO,DAO等数据库编程源代码-A detailed account of the database programming, including ADO, DAO and other database programming source code
Platform: | Size: 5563392 | Author: zhanghongge | Hits:

[ADO-ODBCComputerRetailMIS

Description: 电脑销售管理系统,采用vc++ + SQLSERVER 开发,ADO连接数据库,系统模块包括基本信息设置,电脑配件管理,报价信息管理,统计查询管理,系统用户管理等。-Computer sales management system that uses vc+++ SQLSERVER development, ADO database connectivity, the system modules, including basic information set, a computer parts management, pricing information management, statistical inquiry management, system management, and other users.
Platform: | Size: 1283072 | Author: 汪雷 | Hits:

[SQL ServerhospitalMIS

Description: 医院管理系统,采用vc++6.0 + sqlserver 开发,ado方式连接数据库.功能模块包括基本信息设置,内部资料管理,收费管理,数据统计模块,系统用户管理 等。-Hospital Management System vc++ 6.0+ Sqlserver development, ado connected database. Functional modules, including basic information set, the internal information management, fees management, data statistics module, users of the system management.
Platform: | Size: 1526784 | Author: 汪雷 | Hits:

[ADO-ODBCado

Description: vc++下ado 访问mysql sqlserver 类-vc++ ado mysql
Platform: | Size: 11264 | Author: Vincent | Hits:

[ADO-ODBCado-access-database-vc

Description: 用vc 2005 ado 连接access数据库,读取并显示数据的示例,只需要修改连接字符串,也可以很方便地连接mysql,sqlserver,oracle等数据库-Vc 2005 ado connection with access database, read and display the sample data, only need to amend the connection string, it can easily connect mysql, sqlserver, oracle database, etc.
Platform: | Size: 43008 | Author: hzz | Hits:

[SQL ServerAccessADO

Description: vc 用ado访问sqlServer,或access数据库-ado visit vc with sqlServer, or access the database
Platform: | Size: 2387968 | Author: 王静 | Hits:

[Database systemsynchronize

Description: 1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchronize,即为同步。 本程序分为三个模块:数据库连接操作、通信模块(包括发送和接收)、用户操作更新数据、同步更新数据库模块。 2. 通信模块(包括发送和接收)模块(Comm) a) 功能:用于将从站的insert 语句发送到中心站,中心站正确 执行后将学号返回给从站,从站更新数据库。 同时在中心站上时接收从站的insert语句。 b) 工作流程: c) 数据结构:继承MFC中的CSyncSocket类,利用它的功能。 3. 用户操作更新数据模块(User) a) 功能:接收用户对数据库的插入命令,提供用户界面。 b) 工作流程: c) 数据结构: 4. 同步更新数据库模块模块(Asy) a) 功能:将中心站接收到的insert 语句检查后,在中心站上执行,实验中心站的同步。 b) 工作流程: -1. Familiar with the popular web-based database installation and use of 2. Master network database application programming techniques 3. Master data synchronization network environment to achieve the relevant programming knowledge 4. Grasp the concrete application of network communication programming Oracle of the installation and use of 2, SQL Server installation and use of 3, database application programming This experiment using ADO technology to access SqlServer 2000 and Oracle 9i database, using VC++ development, use MFC development tools. Experimental request only requires from the slave to the central station synchronization, here we increase the degree of difficulty to achieve from the station and central station of mutual synchronization. Project name: synchronize, namely synchronization. This program is divided into three modules: the database connection operation, communication modules (including the sending and receiving), the user update the data operatio
Platform: | Size: 573440 | Author: zym | Hits:

[ADO-ODBCStudent

Description: VC++操作SqlServer数据库的参考源程序 VC++操作SqlServer数据库的一个参考程序,主要包括ADO的使用,压缩包内附带有SQLSERVER的备份文件,附加即可,其实你可以把这个程序当作一个数据库编程的教程,它介绍了VC++如何连接SqlServer,添加、删除、备份、修改数据,包含一些常用SQL语句的语法示例等,自带有一个CHM帮助文档,向你讲解一些基础知识,因此对VC入门级选手特别有用 -VC++ operator SqlServer database reference source VC++ operator SqlServer database, a reference procedure, mainly including the use of ADO, compressed package included with the SQLSERVER backup files, additional can, in fact, you can put this program as a database programming tutorial It describes the VC++ how to connect SqlServer, add, delete, backup, modify the data, including some commonly used example of the syntax of SQL statements and so on, comes with a CHM help documentation to you to explain some basic knowledge, so the VC entry-level players in particular Useful
Platform: | Size: 173056 | Author: andysun | Hits:

[SQL Serverstock

Description: 库存管理信息系统 采用VisualC++和SQL server开发-vc++ ado sqlserver
Platform: | Size: 9653248 | Author: 姚学 | Hits:

[ADO-ODBCCarService

Description: 汽车维修管理系统。系统是在VC++和SQL Server 2000下开发的. 数据库文件需要在SQLSERVER的查询分析器中恢复. 因为程序极为经典,所以上传。编程环境: visual stdio c++ .net,Ado + SQL2000 。SQL设置: 将在SQL2000下建立CarService数据库,导入数据文件。主要用ADO访问数据库。。。 主要功能: 查询,添加,删除,显示信息-Vehicle Maintenance Management System. System is in VC++ and SQL Server 2000 under the development. SQLSERVER database files need to recover the query analyzer. Because the program is extremely classic, so upload. Programming environment: visual stdio c++. Net, Ado+ SQL2000. SQL settings: Under the establishment of CarService in SQL2000 database, import data files. The main access to the database using ADO. . . Main functions: query, add, delete, display information
Platform: | Size: 913408 | Author: 绿茶 | Hits:

[Internet-NetworkADOPtrDemo

Description: Vc++ ADO 连接数SQL 数据库源代码-vc ado sqlserver
Platform: | Size: 32768 | Author: hackere4 | Hits:

[ADO-ODBCStudent

Description: VC++操作SqlServer数据库的一个参考程序,主要包括ADO的使用-VC++ SqlServer database, a reference operating procedure, including the use of ADO
Platform: | Size: 172032 | Author: | Hits:

[Dialog_WindowVC_ADO-SQLSERVER-Access

Description: mfc做的一个对话框,有对Access和SQL2000数据库的读取及修改、删除、插入操作。command、execute、open3种方式执行sql语句。 -mfc do, a dialog box with the Access and SQL2000 database to read and modify, delete, insert. command, execute, open3 ways to execute sql statement.
Platform: | Size: 2590720 | Author: 小小鸟 | Hits:
« 12 »

CodeBus www.codebus.net